Hi All,
I am trying to return the user ID and name from the List Users API, I am using the link below:
https://developer.pagerduty.com/api-reference/reference/REST/openapiv3.json/paths/~1users/get
If you checked the schemas/response example it is as below:
“users”: [
{
“id”: “PXPGF42”,
“type”: “user”,
“summary”: “Earline Greenholt”,
However when I add the API key to this example and try it, it doesn’t return the user ID, I am getting the name, e-mail, … and the others in the schema.
So not sure if I am doing something wrong or there is limitation for the dev account on what it returns?
Thank you for your help!